-
Notifications
You must be signed in to change notification settings - Fork 661
Fix: resize GuestOS disk #3437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: resize GuestOS disk #3437
Conversation
b3f95e5
to
a0800cf
Compare
a0800cf
to
baaa08f
Compare
baaa08f
to
e794dd0
Compare
This implementation works fine for increasing the disk size. |
Needs rebase |
Summary of Latest Review:
|
Note that #3513 moved the |
c66a11a
to
538d26f
Compare
7166e0b
to
4657916
Compare
73f33b1
to
ad4666b
Compare
4402453
to
855390f
Compare
I pushed the same code as before cleaning up the commits, but the test workflow is still failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Signed-off-by: Songpon Srisawai <songpon.ssw@gmail.com>
855390f
to
f87c880
Compare
Thanks a lot for reviewing! |
Try to fix: #1448
How Lima edit disk
limactl edit
updates the disk value to the store. It does not resize disk image. Users have to manually resize byqemu-img
What I did
limactl disk add
command to add an existing qcow2 disk to Lima.diffdisk
of the instance to Lima, resize, and delete.